home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Bob.swf / scripts / frame_3 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-13  |  185 b   |  11 lines

  1. son = new Sound();
  2. son.attachSound("muzica");
  3. son.setVolume(40);
  4. son1 = new Sound();
  5. son1.attachSound("shot");
  6. if(_root.kx == null)
  7. {
  8.    son.start(1,9999);
  9.    _root.kx = 1;
  10. }
  11.